Xbasic

A5.LABEL_ENUM Function

Syntax

A5Label_Enum(C lastname|N object_enum_flags)

Object_List as C = A5.LABEL_ENUM( [ Flag as N ] )

Next_Object_Name as C = A5.LABEL_ENUM( Object_Name as C )

Arguments

Object_List

A list of labels in various formats, depending on the Flag variable.

Next_Object_Name

The next label in the list of labels.

object_enum_flags

Optional. Default = Null.

Null = Object name, full path, and filename.
2 = Object name
4 = Object type, Object name, full path, and filename
8 = Quoted Object name, full path, and filename.
12 = Object type, quoted Object name, full path, and filename formatted for tree control.
lastname

The quoted name of a label.

Description

The A5.LABEL_ENUM() method returns a CR-LF delimited list of all saved labels.

Discussion

Example

Refer to A5.FORM_ENUM().

Limitations

Desktop applications only.

See Also